Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]GeoPointKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
latitude
Link copied to clipboard
@get:
JvmName
(
name
=
"getLatitude"
)
@set:
JvmName
(
name
=
"setLatitude"
)
var
latitude
:
Int
int32 latitude = 2;
longitude
Link copied to clipboard
@get:
JvmName
(
name
=
"getLongitude"
)
@set:
JvmName
(
name
=
"setLongitude"
)
var
longitude
:
Int
int32 longitude = 3;
zoom
Link copied to clipboard
@get:
JvmName
(
name
=
"getZoom"
)
@set:
JvmName
(
name
=
"setZoom"
)
var
zoom
:
Int
int32 zoom = 1;
Functions
clear
Latitude
Link copied to clipboard
fun
clearLatitude
(
)
int32 latitude = 2;
clear
Longitude
Link copied to clipboard
fun
clearLongitude
(
)
int32 longitude = 3;
clear
Zoom
Link copied to clipboard
fun
clearZoom
(
)
int32 zoom = 1;